home *** CD-ROM | disk | FTP | other *** search
- #ifndef _COMPRESSIMAGETEST_H_
- #define _COMPRESSIMAGETEST_H_
-
- #include <ImageCompression.h>
- #include <QuickTimeComponents.h>
-
- void CheckError(OSErr error, Str255 displayString) ;
- pascal OSErr ProgressProc(short progressMsg,Fixed progressPercent,long refcon) ;
-
- PicHandle CompressPixMap( PixMapHandle thePixMap,
- Rect *theFrame,
- SCParams *params,
- ComponentInstance ci) ;
-
- void InitialiseSCParams(SCParams *params) ;
-
- OSErr GetCompressionSettings( WindowPtr theWindow,
- SCParams *params,
- ComponentInstance ci ) ;
-
- OSErr GetOutputFileRef(short *dstPictFRef ) ; // GetOutputFileRefNum
-
- #endif